DescribeScalingConfigurations
Description
call DescribeScalingConfigurations query scaling configuration.
Request Method
POST
Request Path
/apsara/route/Ess/DescribeScalingConfigurations
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
ScalingConfigurationName.N | BODY | string | No | No sample value for this parameter. | the name of the scaling configuration, ranging from 1 to 10. The query results ignore the invalid scaling configuration name and do not report an error. |
PageSize | BODY | integer | No | No sample value for this parameter. | the number of rows per page set during paging query, the maximum value is 50, and the default value is 10. |
PageNumber | BODY | integer | No | No sample value for this parameter. | the page number of the scaling configuration list, with a starting value of 1 and a default value of 1. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
ScalingGroupId | BODY | string | No | No sample value for this parameter. | ID of the scaling group. |
RegionId | BODY | string | Yes | No sample value for this parameter. | the region ID of the scaling group to which the scaling configuration belongs. |
ScalingConfigurationId.N | BODY | string | No | No sample value for this parameter. | the ID of the scaling configuration, with values ranging from 1 to 10. The query results ignore the invalid scaling configuration ID and do not report an error. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}